In [2]:
%autosave 10
Source code: git clone https://bitbucket.org/wideio/pydata.git
~/Programming/pydataRequires:
brew install mltpyglet to PILpyglet uses OpenGL, works on all platforms (not Windows 64)QT.See ~/Programming/pydata for more info. There are IPython Notebooks there too.
cd ~/pydata/part3
ipython
>>> run bow.py
>>> demo()
# prints mean, centres, eigenvectors, but also saves model to file
>>> run featurecomputer.py
>>> demo()
# computes histogram for a particular file
>>> run svm_trainer_tester.py
>>> parambash()
# output param_bash_big.png. lighter colours are better.
# outputs a new direcory, opt3.1.2, with reports on classification
In [ ]: